Test Mode Reading Mode Right = 0 Wrong = 0

Senior Officer (IT) - Sonali,Janata,BD Krishi,BD Development Bank Ltd - 30.11.2018 ||

তথ্য প্রযুক্তি

Ask Question?

তথ্য প্রযুক্তি

Package defines a namespace in which classes are stored
A package can contain other packages within it
Java uses file system directories to store packages
A package can be renamed without renaming the directory in which the classes are stored.
4 is even or - 9 is not negative
4 is odd or 9 is not negative
4 is even and - 9 is negative
4 is odd and - 9 is not negative
A is a Singular matrix
A is a non - Singular Matrix
First and last rows of the matrix must be same
First and last columns of the matrix must be same
Must be passed by reference
Must be passed by value
Must be passed with integer type
Must not be mentioned in parameter list
To prevent abnormal termination of program
To encourage exception prone program
To avoid syntax errors
To save memory
Yes, If return types are different, signature becomes different
Yes, because return types can differentiate two functions
No, return type can't differentiate two functions
No, constructors doesn't have any return type